home *** CD-ROM | disk | FTP | other *** search
- Path: howland.reston.ans.net!psinntp!psinntp!psinntp!psinntp!usenet
- From: grantp@usa.pipeline.com
- Newsgroups: comp.lang.c++
- Subject: Re: BC++ 4.5 Problems with Dialogs
- Date: 24 Mar 1996 20:32:56 GMT
- Organization: Kalevi, Inc.
- Message-ID: <4j4bho$g1g@news1.h1.usa.pipeline.com>
- References: <4j46bi$65l@mongol.sasknet.sk.ca>
- NNTP-Posting-Host: 38.8.61.12
- X-PipeUser: grantp
- X-PipeHub: usa.pipeline.com
- X-PipeGCOS: (Pete Grant)
- X-Newsreader: Pipeline v3.5.0
-
- On Mar 24, 1996 19:04:18 in article <BC++ 4.5 Problems with Dialogs>,
- 'darren.dzikowski@dlcwest.com (Darren Dzikowski)' wrote:
-
-
- >Hi there:
- >
- >1. When I try to specify a dialog class with Borland's Resource Workshop,
-
- >(ie. CLASS BorDLG_GRAY in a .RC file..(All I want to do is create a dialog
-
- >with a gray background)) the dialog box will display when I compile my
- >application and run it with Borland IDE running. However, if I exit the
- IDE
- >and try to run my application, the dialog window will not open. Is there
- a
- >header instruction I need to include to make this work properly?
- >
- From the FAQ:
- ==========================================================================
-
- Q147: Why does my BC++ Windows app crash when I'm not running the BC45 IDE?
-
-
- If you're using BC++ for a Windows app, and it works ok as long as you have
-
- the BC45 IDE running, but when the BC45 IDE is shut down you get an
- exception
- during the creation of a window, then add the following line of code to the
-
- InitMainWindow() method of your application ("YourApp::InitMainWindow()"):
-
- EnableBWCC(TRUE);
-
- ==========================================================================
-
-
- >2. Is there a quick and dirty way to change the background color of a
- dialog
- ... [ rest deleted ]...
-
- If nobody answers Q2 in this newsgroup, try
- comp.os.ms-windows.programmer.tools.owl
-
- --
- Pete Grant
- Kalevi, Inc.
- Software Engineering & development
-